:root {
  /* General Colors */

  /* Primary Button */

  /* Secondary Button */

  /* Tertiary Button */

}

/* Typography (desktop) */
body {
  font-family: "Inter", sans-serif;
}

h1 {
  font-family: "Anton", sans-serif;
  font-size: 76px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  line-height: 100%;
}
h2 {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  line-height: 120%;
}
h3 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  line-height: 130%;
}
h4 {
  font-family: "Inter", sans-serif;
  font-size: 35px;
  color: #df0000;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  line-height: 120%;
}
h5 {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  line-height: 120%;
}
h6 {
  font-family: "Inter", sans-serif;
  font-size: 65px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  line-height: 120%;
}
p, li {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  line-height: 150%;
}
a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  line-height: 120%;
}

/* Tablet (max-width: 1024px) */
@media (max-width: 1024px) {
  :root {
    --site-padding: 20px;
    --grid-gutter-width: 24px;
  }
}

@media (max-width: 1024px) {
  /* Typography (tablet) */
  h1 {
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 130%;
  }
  h2 {
    font-size: 30px;
    letter-spacing: 10px;
    line-height: 120%;
  }
  h3 {
    font-size: 40px;
    line-height: 120%;
  }
  h4 {
    font-size: 20px;
    line-height: 120%;
  }
  h5 {
    font-size: 20px;
    letter-spacing: 25px;
    line-height: 120%;
  }
  h6 {
    font-size: 18px;
    line-height: 120%;
  }
  p, li {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 150%;
  }
  a {
    font-size: 15px;
    line-height: 120%;
  }
}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
  :root {
    --site-padding: 20px;
    --grid-gutter-width: 16px;
  }
}
@media (max-width: 768px) {
  /* Typography (mobile) */
  h1 {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 140%;
  }
  h2 {
    font-size: 30px;
    letter-spacing: 100px;
    line-height: 120%;
  }
  h3 {
    font-size: 30px;
    line-height: 120%;
  }
  h4 {
    font-size: 18px;
    line-height: 120%;
  }
  h5 {
    font-size: 250px;
    line-height: 120%;
  }
  h6 {
    font-size: 16px;
    line-height: 120%;
  }
  p, li {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 150%;
  }
  a {
    font-size: 14px;
    line-height: 120%;
  }
}